lcPropPutHandle Home

Sets a property's value of handle type (pointer).

 BOOL lcPropPutHandle (
   HANDLE hObject,
   int idProp,
   HANDLE hValue
 );

Parameters
hObject
  Handle to object.
idProp
  Property's identifier.
hValue
  Property's new value.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Access Objects PropertieslcPropGetHandle